home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000138_news@watsun.cc.columbia.edu _Thu Jun 10 18:25:32 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA23457
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 10 Jun 1999 18:25:32 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA09700
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 10 Jun 1999 18:14:47 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: James Shults <jshults@worldnet.att.net>
  10. Subject: file transfer implementation
  11. Date: Thu, 10 Jun 1999 16:11:16 -0600
  12. Organization: AT&T WorldNet Services
  13. Message-ID: <37603804.4FD8CF26@worldnet.att.net>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. This is a multi-part message in MIME format.
  17. --------------0C6CEC6E132C4314A059E32A
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20.  
  21. I need to implement a file transfer from a standard PC terminal program
  22. to an RS-232 based microprocessor I am developing (Motorola 68332).  I
  23. think using the Send command for Kermit would work well for this.  Where
  24. can I get the protocol definition or, better yet, an implementation
  25. example of this command for the receiving end?
  26.  
  27. Thanks